From 11ea0be7c68ada2d73cf78f53cf99f3954eb5f74 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 15 May 2007 21:56:40 +0000 Subject: [PATCH] Use description as name source when we don't have notes in maggeo. --- maggeo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maggeo.c b/maggeo.c index e738685a8..a86cc6ba1 100644 --- a/maggeo.c +++ b/maggeo.c @@ -174,7 +174,7 @@ maggeo_waypt_pr(const waypoint *waypointp) } placeddate = maggeo_fmtdate(waypointp->creation_time); lfounddate = maggeo_fmtdate(waypointp->gc_data.last_found); - cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->shortname); + cname = mkshort(desc_handle, waypointp->notes ? waypointp->notes : waypointp->description); placer = waypointp->gc_data.placer; /* -- 2.30.2